a{cursor:pointer;}
.head .h_logo{
    width: 1200px;
    margin: 0 auto;
    height:110px;
    box-sizing: border-box;
}
.head .h_logo h1{
    float:left;
}
.head .h_logo h1 img{

    margin-top:25px;
	margin-left:25px;
}
.head .h_logo span.logo_h {
    width: 1px;
    border: solid 1px #dcdcdc;
    height: 50px;
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 30px 25px 0 20px;
}
.head .h_logo img.slogen {
    margin-top: 43px;
	float:left;
}
.head .h_logo img.xcy{
    width:152px;
    height:27px;
    float:left;
    margin-top:41.5px;
    margin-left:25px;
}
.head .h_logo img.m_menu{
    display:none;
}
.head .h_logo .address{
    float:left;
    height:30px;
    line-height:30px;
    margin:40px 0 0 60px;
    cursor:pointer;
    position:relative;
    padding-bottom: 20px;
}
.head .h_logo .address .img_address{
    width:14px;
    height:18px;
    float:left;
    margin-top:6px;
}
.head .h_logo .address p{
    float:left;
    margin-left:8px;
}
.head .h_logo .address p a{
    font-size:18px;
    color:#888888;
}
.head .h_logo .address p a span{
    font-size: 18px;
    color: #888888;
}
.head .h_logo .address i{
    width:14px;
    height:8px;
    background: url(../images/jiantou_xia.png) no-repeat center;
    background-size:14px 8px;
    float:left;
    margin-top:11px;
    margin-left:8px;
    transition: 0.3s;
}
.head .h_logo .address:hover i{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: 0.5s;
}
.head .h_logo .address .info{
    width:375px;
    height:130px;
    border: 2px solid #c9cbce;
    background-color: #ffffff;
    position:absolute;
    top:42px;
    display:none;
    transition: 0.3s;
    z-index:99;
}
.head .h_logo .address .info:before, .head .h_logo .address .info:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    left: 20px;
    z-index: 999999;
}
.head .h_logo .address .info:before{
    border-color: transparent transparent #ffffff;
    top: -17px;
    z-index: 9999999;
}
.head .h_logo .address .info:after{
    border-color: transparent transparent #c9cbce;
    top: -20px;
}

.head .h_logo .address .info p{
    width:100%;
    font-weight: bold;
    margin:4px 4px 14px 4px;
    padding-left: 10px;
    color: #666666;
}
.head .h_logo .address .info ul{
    width:100%;
    padding:0 15px;
    overflow: hidden;
}
.head .h_logo .address .info ul li{
    float:left;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666666;
    background-color: #f5f5f5;
    margin-right:10px;
	margin-bottom: 10px;
}
.head .h_logo .address .info ul li:hover a{
    color:#c7161c;
}
.head .h_logo form{
    float: right;
    height: 40px;
    margin-top: 35px;
}
.head .h_logo form input.so{
    width:333px;
    height:40px;
    border:solid 2px #c7161c;
    float:left;
    box-sizing: border-box;
    padding-left:20px;
}
.head .h_logo form p.tj{
    font-size:18px;
    width:90px;
    height:40px;
    float:left;
    background-color: #c7161c;
    color:#ffffff;
    text-align: center;
    line-height:40px;
    cursor:pointer;
}
.head .h_logo .phone{
	width:240px;
    float:right;
    height:50px;
    margin-top:28.5px;
}
.head .h_logo .phone img{
    float:left;
    margin-top:3.5px;
    margin-right:15px;
}
.head .h_logo .phone .cons{
    float:left
}
.head .h_logo .phone .cons span{
    display:block;
    font-size:14px;
    color:#282828;
}
.head .h_logo .phone .cons p{
    font-size: 17px;
    line-height: 30px;
    font-weight:bold;
    color:#282828;
}
.head .nav{
    width:1200px;
    margin:0 auto;
    height:40px;
}
.head .nav .menu{
    width:210px;
    height:40px;
    background-color: #c7161c;
    float:left;
    position:relative;

}
.head .nav .menu ul.yw{
    position:absolute;
    top:42px;
    width:210px;
    height:522px;
    background: rgba(0,0,0,0.8);
    z-index:30;
	display:none;
}
.head .nav .menu ul.yw li{
    width:210px;
    height:87px;
    box-sizing: border-box;
    background: url(../images/menu_hr.png) no-repeat center bottom;
}
.head .nav .menu ul.yw li:hover{
    background-color: #ffffff;
}
.head .nav .menu ul.yw li img{
    float:left;
    top:40px;
    margin-left:40px;
    margin-top:27.5px;
}
.head .nav .menu ul.yw li span{
    line-height:87px;
    font-size:18px;
    color:#ffffff;
    margin-left:13px;
}
.head .nav .menu ul.yw li:hover span{
    color:#c7161c;
}
.head .nav .menu .menu_xf{
    width:990px;
    height:522px;
    background-color: #ffffff;
    margin:2px 0 0 210px;
    position:absolute;
    z-index:99;
    border-bottom:solid 1px #c7161c;
    border-right:solid 1px #c7161c;
    box-sizing: border-box;
    display:none;
}
.head .nav .menu .menu_xf .left{
    width:680px;
    height:522px;
    float:left;
    border-right:solid 1px #ededed;
    box-sizing: border-box;
}
.head .nav .menu .menu_xf .left .container{
    overflow: hidden;
    margin-top:20px;
}

.head .nav .menu .menu_xf .left .container h4{
    width:140px;
    font-size:16px;
    float:left;
    font-weight:bold;
    text-align: center;
    margin-top:10px;
}
.head .nav .menu .menu_xf .left .container h4 a{
	font-size:16px;
	font-weight:bold;
}
.head .nav .menu .menu_xf .left .container ul{
    width:539px;
    float:left;
    border-bottom:solid 1px #ededed;
    padding-bottom:20px;
 }
.head .nav .menu .menu_xf .left .last ul{
    border-bottom:none;
}
.head .nav .menu .menu_xf .left .container ul li{
    float:left;
    margin-right:40px;
    margin-top:10px;
}
.head .nav .menu .zzsp .left{
    width:990px;
}
.head .nav .menu .zzsp .left .first{
    margin-top:15px;
}
.head .nav .menu .zzsp .left .container{
    margin-top:6px;
}
.head .nav .menu .zzsp .left  .container ul{
    width:849px;
    padding-bottom:10px;
}
.head .nav .menu .zzsp .left  .container ul li{
    margin-right:25px;
}
.head .nav .menu .menu_xf .left .container ul li a{
	cursor:pointer;
}
.head .nav .menu .menu_xf .left .container ul li.first a{
    color:#c7161c;
}
.head .nav .menu .menu_xf .left .container ul li:hover a{
    color:#c7161c;
}
.head .nav .menu .menu_xf .right{
    width:309px;
    height:522px;
    float:left;
    background: url(../images/kzq.png) no-repeat 136px center;
}
.head .nav .menu .menu_xf .right .box{
    width:100%;
    height:174px;
    box-sizing: border-box;
    border-bottom:solid 1px #ededed;
    overflow: hidden;
}
.head .nav .menu .menu_xf .right .last{
    border-bottom:none;
}
.head .nav .menu .menu_xf .right .box img{
    margin:43px 0 0 42px;
    float:left;
}
.head .nav .menu .menu_xf .right .box span{
    font-size:18px;
    color:#999999;
    display:block;
    width:80px;
    float:left;
    text-align: center;
    margin:63px 0 0 20px;
}
.head .nav .menu p{
    font-size:18px;
    color:#ffffff;
    text-align: center;
    line-height:40px;
}
.head .nav .dh{
    width:990px;
    overflow: hidden;
    float:left;
}
.head .nav .dh li{
    float:left;
    line-height:40px;
    margin-left:40px;
	position:relative;
}
.head .h_logo .mmmenu{display:none;}
.head .h_logo .yyerweima{
    width:100px;
    float:right;
    height:100px;
    margin-top:10px;
}
.head .h_logo .yyerweima img{

    width:80px;
    height: 80px;

    margin-right:15px;
}
.head .nav .dh li.hot:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 1;
    width: 22px;
    height: 14px;
    background: url(../images/hot.png) no-repeat center;
    -webkit-animation: Hot 0.3s ease alternate infinite;
    animation: Hot 0.3s ease alternate infinite;
}

@-webkit-keyframes Hot {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: .9;
  }
}

@keyframes Hot {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: .9;
  }
}
.head .nav .dh li a{
    font-size:18px;
    color:#666666;
	font-weight:normal;
}
.head .nav .dh li:hover a{
    color:#c7161c;
}
.head .nav .dh li.xz a{
    color:#c7161c;
}
.hr {
    width: 100%;
    height: 2px;
    background-color: #c7161c;
}


















.footer{
    width:100%;
    background-color: #282828;
    overflow: hidden;
}
.footer .container{
    width:100%;
    margin-top:55px;
    overflow: hidden;
}
.footer .container .left{
    width:290px;
    float:left;
    border-right:solid 1px #3b3b3b;
    box-sizing:border-box;
}
.footer .container .left .con{
    width:220px;
}
.footer .container .left .con span{
    font-size:14px;
    color:#888888;
    display:block;
    text-align: center;
    line-height:40px;
}
.footer .container .right{
	width: 850px;
    margin: 0 auto;
}
.footer .container .right ul.yw{
    overflow: hidden;
    width:100%;
}
.footer .container .right ul.yw li{
    width:84px;
    float:left;
    border-right:solid 1px #888888;
    height:18px;
}.footer .container .right ul.yw li:hover a{
    color:#c7161c;
 }

.footer .container .right ul.yw li.last{
    border-right:none;
}
.footer .container .right ul.yw li a{
    display:block;
    width:100%;
    text-align: center;
    font-size:16px;
    color:#888888;
    line-height:18px;
	cursor:pointer;
}
.footer .container .right .lx{
	width:215px;
    height:40px;
    border-radius:20px;
    background-color: #3d3d3d;
    margin:25px auto 0 auto;
    padding-right:10px;
}
.footer .container .right .lx span{
    font-size:20px;
    color:#ffffff;
    float:left;
    line-height:40px;
    margin-left:10px;
}
.footer .container .right .lx img{
    margin:7px 0 0 20px;
    float:left;
}
.footer .container .right .address{
    font-size:16px;
    color:#888888;
    margin:30px 0 0 10px;
	text-align: center;
}
.footer .container .right .friendlinks{
    width:839px;
    overflow: hidden;
    margin:25px 0 0 10px;
}
.footer .container .right .friendlinks li{
    float:left;
    font-size:18px;
    color:#888888;
    margin-right:10px;
    height:30px;
}
.footer .container .right .friendlinks li span{
    font-size:14px;
    color:#888888;
}
.footer .container .right .friendlinks li a{
    font-size:16px;
    color:#888888;
    line-height:30px;
}
.footer .icp{
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    text-align: center;
    border-top:dashed 1px #888888;
    margin:20px 0 ;
    padding-top:10px;
}
.footer .zx{
    display:none;
}